.h-header {
	position: sticky;
	top: 0;
	height: 66px;
	padding-left: 100px;
	display: flex;
	align-items: center;
	color: rgba(0,0,0,0.9);
	background-color: #fff;
	z-index: 9;
	border-bottom: 1px solid #EEEEEE;
}

.flex {
	display: flex;
	align-items: center;
}

.h-header-logo {
	width: 36px;
	height: 36px;
	margin-right: 12px;
	cursor: pointer
}

.h-header-title {
	font-size: 21px;
	font-weight: 600;
}

.h-btn-enter {
	width: 78px;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	color: #F43C8A;
	text-align: center;
	border: 1px solid #F43C8A;
	border-radius: 30px;
	cursor: pointer
}
.h-menu{
	display: flex;
	align-items: center;
	margin-left: 92px;
}
.h-menu-item{
	height: 100%;
	position: relative;
	font-size: 16px;
	margin-right: 49px;
	cursor: pointer;
}
.h-menu-item:hover{
	color: #F8028B;
}
.h-menu-item-checked{
	font-weight: 500;
}
.h-menu-item .h-menu-checked-line{
	display: inline-block;
	position: absolute;
	left: 15%;
	bottom: -6px;
	width: 70%;
	height: 3px;
	background: #F43C8A;
	border-radius: 3px;
	justify-content: space-between;
}

.h-footer {
	background-color: #F9FCFE;
}
.h-footer-head {
	border-bottom: 1px solid rgba(223,234,248,.3);
}
.content {
	width: 1230px;
	margin: 0 auto;
	padding: 53px 0 22px;
}
.flex-between {
	display: flex;
	justify-content: space-between;
	margin-top: 35px;
}
.h-qrCode {
	position: relative;
	display: flex;
	top: -8px;
}
.h-link-title {
	margin-bottom: 12px;
	font-size: 14px;
}
.h-link-item {
	margin-bottom: 10px;
}
.h-link-item a{
	font-size: 13px;
	color: rgba(0,0,0,0.6);
	text-decoration: underline;
	cursor: pointer;
}
.h-link-item a:hover {
	color: rgba(0,0,0,1) !important;
}
.h-email-title {
	margin-bottom: 12px;
	font-size: 14px;
}
.h-email-item {
	margin-bottom: 10px;
	font-size: 13px;
	color: rgba(0,0,0,0.6);
}
.h-qrCode-item {
	margin-left: 58px;
	text-align: center;
}
.h-qrCode-image {
	width: 100px;
	height: 100px;
}
.h-qrCode-title {
	font-size: 13px;
	color: rgba(0,0,0,0.6);
}

.h-footer-bottom {
	width: 1230px;
	margin: 0 auto;
	padding: 28px 0;
	font-size: 13px;
	color: rgba(0,0,0,0.4);
}
.h-icp {
	margin-right: 36px;
}
